- PurpleMedia
alias PurpleMedia = _PurpleMedia
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleMediaCodec
alias PurpleMediaCodec = _PurpleMediaCodec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_accepted
alias da_purple_media_accepted = gboolean function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_add_remote_candidates
alias da_purple_media_add_remote_candidates = void function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant, GList* remote_candidates)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_add_stream
alias da_purple_media_add_stream = gboolean function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* who, PurpleMediaSessionType type, gboolean initiator, const(gchar)* transmitter, guint num_params, GParameter* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_candidates_prepared
alias da_purple_media_candidates_prepared = gboolean function(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_codecs_ready
alias da_purple_media_codecs_ready = gboolean function(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_end
alias da_purple_media_end = void function(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_error
alias da_purple_media_error = void function(PurpleMedia* media, const(gchar)* error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_account
alias da_purple_media_get_account = PurpleAccount* function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_active_local_candidates
alias da_purple_media_get_active_local_candidates = GList* function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_active_remote_candidates
alias da_purple_media_get_active_remote_candidates = GList* function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_available_params
alias da_purple_media_get_available_params = const(gchar*)* function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_codecs
alias da_purple_media_get_codecs = GList* function(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_local_candidates
alias da_purple_media_get_local_candidates = GList* function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_manager
alias da_purple_media_get_manager = _PurpleMediaManager* function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_prpl_data
alias da_purple_media_get_prpl_data = gpointer function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_session_ids
alias da_purple_media_get_session_ids = GList* function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_session_type
alias da_purple_media_get_session_type = PurpleMediaSessionType function(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_get_type
alias da_purple_media_get_type = GType function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_is_initiator
alias da_purple_media_is_initiator = gboolean function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_param_is_supported
alias da_purple_media_param_is_supported = gboolean function(PurpleMedia* media, const(gchar)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_remove_output_windows
alias da_purple_media_remove_output_windows = void function(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_input_volume
alias da_purple_media_set_input_volume = void function(PurpleMedia* media, const(gchar)* session_id, double level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_output_volume
alias da_purple_media_set_output_volume = void function(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant, double level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_output_window
alias da_purple_media_set_output_window = gulong function(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant, gulong window_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_params
alias da_purple_media_set_params = void function(PurpleMedia* media, guint num_params, GParameter* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_prpl_data
alias da_purple_media_set_prpl_data = void function(PurpleMedia* media, gpointer prpl_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_remote_codecs
alias da_purple_media_set_remote_codecs = gboolean function(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant, GList* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_set_send_codec
alias da_purple_media_set_send_codec = gboolean function(PurpleMedia* media, const(gchar)* sess_id, PurpleMediaCodec* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_media_stream_info
alias da_purple_media_stream_info = void function(PurpleMedia* media, PurpleMediaInfoType type, const(gchar)* session_id, const(gchar)* participant, gboolean local)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_accepted
gboolean purple_media_accepted(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_add_remote_candidates
void purple_media_add_remote_candidates(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant, GList* remote_candidates)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_add_stream
gboolean purple_media_add_stream(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* who, PurpleMediaSessionType type, gboolean initiator, const(gchar)* transmitter, guint num_params, GParameter* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_candidates_prepared
gboolean purple_media_candidates_prepared(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_codecs_ready
gboolean purple_media_codecs_ready(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_end
void purple_media_end(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_error
void purple_media_error(PurpleMedia* media, const(gchar)* error, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_account
PurpleAccount* purple_media_get_account(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_active_local_candidates
GList* purple_media_get_active_local_candidates(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_active_remote_candidates
GList* purple_media_get_active_remote_candidates(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_available_params
const(gchar*)* purple_media_get_available_params(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_codecs
GList* purple_media_get_codecs(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_local_candidates
GList* purple_media_get_local_candidates(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_manager
_PurpleMediaManager* purple_media_get_manager(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_prpl_data
gpointer purple_media_get_prpl_data(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_session_ids
GList* purple_media_get_session_ids(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_session_type
PurpleMediaSessionType purple_media_get_session_type(PurpleMedia* media, const(gchar)* sess_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_type
GType purple_media_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_is_initiator
gboolean purple_media_is_initiator(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_param_is_supported
gboolean purple_media_param_is_supported(PurpleMedia* media, const(gchar)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_remove_output_windows
void purple_media_remove_output_windows(PurpleMedia* media)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_input_volume
void purple_media_set_input_volume(PurpleMedia* media, const(gchar)* session_id, double level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_output_volume
void purple_media_set_output_volume(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant, double level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_output_window
gulong purple_media_set_output_window(PurpleMedia* media, const(gchar)* session_id, const(gchar)* participant, gulong window_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_params
void purple_media_set_params(PurpleMedia* media, guint num_params, GParameter* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_prpl_data
void purple_media_set_prpl_data(PurpleMedia* media, gpointer prpl_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_remote_codecs
gboolean purple_media_set_remote_codecs(PurpleMedia* media, const(gchar)* sess_id, const(gchar)* participant, GList* codecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_send_codec
gboolean purple_media_set_send_codec(PurpleMedia* media, const(gchar)* sess_id, PurpleMediaCodec* codec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_stream_info
void purple_media_stream_info(PurpleMedia* media, PurpleMediaInfoType type, const(gchar)* session_id, const(gchar)* participant, gboolean local)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_accepted
da_purple_media_accepted purple_media_accepted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_add_remote_candidates
da_purple_media_add_remote_candidates purple_media_add_remote_candidates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_add_stream
da_purple_media_add_stream purple_media_add_stream;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_candidates_prepared
da_purple_media_candidates_prepared purple_media_candidates_prepared;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_codecs_ready
da_purple_media_codecs_ready purple_media_codecs_ready;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_end
da_purple_media_end purple_media_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_error
da_purple_media_error purple_media_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_account
da_purple_media_get_account purple_media_get_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_active_local_candidates
da_purple_media_get_active_local_candidates purple_media_get_active_local_candidates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_active_remote_candidates
da_purple_media_get_active_remote_candidates purple_media_get_active_remote_candidates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_available_params
da_purple_media_get_available_params purple_media_get_available_params;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_codecs
da_purple_media_get_codecs purple_media_get_codecs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_local_candidates
da_purple_media_get_local_candidates purple_media_get_local_candidates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_manager
da_purple_media_get_manager purple_media_get_manager;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_prpl_data
da_purple_media_get_prpl_data purple_media_get_prpl_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_session_ids
da_purple_media_get_session_ids purple_media_get_session_ids;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_session_type
da_purple_media_get_session_type purple_media_get_session_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_get_type
da_purple_media_get_type purple_media_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_is_initiator
da_purple_media_is_initiator purple_media_is_initiator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_param_is_supported
da_purple_media_param_is_supported purple_media_param_is_supported;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_remove_output_windows
da_purple_media_remove_output_windows purple_media_remove_output_windows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_input_volume
da_purple_media_set_input_volume purple_media_set_input_volume;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_output_volume
da_purple_media_set_output_volume purple_media_set_output_volume;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_output_window
da_purple_media_set_output_window purple_media_set_output_window;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_params
da_purple_media_set_params purple_media_set_params;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_prpl_data
da_purple_media_set_prpl_data purple_media_set_prpl_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_remote_codecs
da_purple_media_set_remote_codecs purple_media_set_remote_codecs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_set_send_codec
da_purple_media_set_send_codec purple_media_set_send_codec;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_media_stream_info
da_purple_media_stream_info purple_media_stream_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.